You are here: Understanding the Meridian object model > About the ExportPackages object > The ExportPackages object methods > FindDocumentPackages method

NEW  FindDocumentPackages method

Gets the export packages that contain the document with a given GlobalID value.

Syntax
FindDocumentPackages(DocGlobalID As String) As Array
Parameters

Name

Description

DocGlobalID

The GlobalID value of the document for which to find the related export packages.

Return Value

An array of ExportPackage objects.

Related concepts

NEW About the ExportPackages object